projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dae0a9
)
Fix a signature mismatch
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 19 Nov 2016 17:26:40 +0000
(12:26 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 19 Nov 2016 17:28:52 +0000
(12:28 -0500)
The new drawingarea draw func returns void.
tests/testpixbuf-save.c
patch
|
blob
|
history
diff --git
a/tests/testpixbuf-save.c
b/tests/testpixbuf-save.c
index 765759995500a487c83d4a548aa297eb05fb3644..af51e5d449628a4c900204938a376712e80e6ebd 100644
(file)
--- a/
tests/testpixbuf-save.c
+++ b/
tests/testpixbuf-save.c
@@
-321,8
+321,6
@@
draw_func (GtkDrawingArea *darea,
gdk_cairo_set_source_pixbuf (cr, pixbuf, 0, 0);
cairo_paint (cr);
-
- return FALSE;
}
static int